Onboarding FEM Devs/de

Other languages:

Beschreibung

Diese Seite dient als Orientierungshilfe für neue Entwickler, um ihre Entwicklungsumgebung für das Bearbeiten des Arbeitsbereichs FEM anzupassen.

Eine Entwicklungsumgebung anlegen

TBD

Voraussetzungen

Recommended

Compiling via Source

TBD

Compiling via Docker

TBD

Source Code Management

Keeping FreeCAD up-to-date is documented in Source code management page. Along with useful git tips.

FEM Code Infrastructure

The FEM code lives in src/Mod/Fem

Coding Conventions

Please see coding_conventions.md file on the FreeCAD repository.

Adding New FEM Solvers

A new FEM solver requires the following:

See also:

Writing Unit Tests

TBD

Informative

Related